home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gom5.dxr / 00066.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  350 b   |  22 lines

  1. on exitFrame
  2.   global act, c1
  3.   set c1 to 1
  4.   if act = 0 then
  5.     if rollOver(3) then
  6.       cursor([901, 902])
  7.     else
  8.       HotSpots(10, 17)
  9.       HotSpots(40, 43)
  10.     end if
  11.   end if
  12.   if act = 1 then
  13.     if rollOver(45) or rollOver(46) then
  14.       cursor([901, 902])
  15.     else
  16.       cursor(-1)
  17.     end if
  18.     Loopframe()
  19.   end if
  20.   Loopframe()
  21. end
  22.